home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / c / library / dos / menu / kiwi / demoprg / demopro.h < prev    next >
Encoding:
Text File  |  1992-04-13  |  1.4 KB  |  43 lines

  1. int  main(void);
  2. int  aboutmenu(void);
  3. int  zeige_index(void);
  4. int  diversesmenu(void);
  5. int  dateimenu(void);
  6. int  windowmenu(void);
  7. int  festlegungsmenu(void);
  8. int  sm_drucker_menu(void);
  9. int  sm_bildschirmmenu(void);
  10. int  sm_set_frame_color(int  c);
  11. int  sm_load_fixes(void);
  12. int  sm_store_fixes(void);
  13. int  sm_change_screen_size(unsigned int  groesse);
  14. int  druckmenu(void);
  15. int  editmenu(void);
  16. int  kill_selectet_file(char  *file);
  17. int  print_selectet_file(char  *file);
  18. int  frontcolor(struct  inter_func_com *ipc);
  19. int  backcolor(struct  inter_func_com *ipc);
  20. int  zeige_dyn_fenster(void);
  21. int  zeige_stapeln_window(void);
  22. int  zeige_fenster_farbe(void);
  23. int  zeige_schreiben_window(void);
  24. int  display_file_content(void);
  25. int  pre_list1(struct  inter_func_com *ipc);
  26. int  pre_list2(struct  inter_func_com *ipc);
  27. int  post_list1(struct  inter_func_com *ipc);
  28. int  post_list2(struct  inter_func_com *ipc);
  29. int  display_file(struct  inter_func_com *ipc);
  30. int  init_tools(void);
  31. void  reset_tools(void);
  32. void  check_if_get_help(void);
  33. int  check_window_manager(int  mode,unsigned mx,unsigned my);
  34. int  check_alter(struct  inter_func_com *ifc);
  35. int  zeige_groese(struct  inter_func_com *ifc);
  36. int  check_groese(struct  inter_func_com *ifc);
  37. int  zeige_table(void);
  38. int  reaktionstest(void);
  39. int  spieloptionen(void);
  40. int  play(void);
  41. int  action(void);
  42. int  set_button(void);
  43.